home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / HENSA / MATHS / PLPLOT / PLPLOT.ZIP / sys / os2 / plconfig.c < prev    next >
Encoding:
Text File  |  1992-05-21  |  873 b   |  26 lines

  1. @echo off
  2. cls
  3. echo *
  4. echo *
  5. echo * Configuring the system to use Microsoft C 6.0 Professional
  6. echo * Development System, and Microsoft Fortran 5.0 under OS/2.
  7. echo *
  8.  
  9. set     path=c:\c6.0\binp;c:\c6.0\binb;c:\f5.0\bin;%syspath%
  10. set     path=%path%c:\util2;c:\bndutil;c:\cmd
  11.  
  12. set      lib=c:\c6.0\lib;c:\f5.0\lib
  13. set   include=c:\c6.0\include;c:\f5.0\include
  14. rem set  init=c:\c6.0\init    Actually, just leave it set to \util\tools
  15. set helpfiles=c:\c6.0\help\*.hlp
  16. set       cl= /FPi87 /Lp /link /pm:vio
  17. set       fl= /FPi87 /link /NOE /NOD:llibfor7 /NOD:llibc7 llibc7p llibf7pc /pm:vio
  18.  
  19. echo * Okay, Buddy, the computer is configured for using both products.
  20. echo * Here is how the environment is set:
  21. echo ------------------------------------------------------------------------
  22. set
  23. echo ------------------------------------------------------------------------
  24. echo * Any questions?
  25. echo *
  26.